Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Rendering)

Show in webframe

Version Changes: 18 to 19

Removed

The following members have been removed from the existing types:

Member Description
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.Render(Leadtools.LeadRectD,Boolean) Removed in v19

New Members

The following members have been added to the existing types:

Member Description
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.SetFillWithOpacity(Leadtools.Html.CanvasContext2D,Leadtools.Annotations.Core.AnnBrush,Double) Represents a helper method to set an AnnBrush in a HTML 5 canvas context with the specified opacity.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.SetStrokeWithOpacity(Leadtools.Html.CanvasContext2D,Leadtools.Annotations.Core.AnnStroke,Double) Represents a helper method to set an AnnStroke in a HTML 5 canvas context with the specified opacity.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.SetFillOpacityAndBounds(Leadtools.Html.CanvasContext2D,Leadtools.Annotations.Core.AnnBrush,Double,Leadtools.LeadRectD) Represents a helper method to set an AnnBrush in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders the selected part of this object if it supports a selection stroke.
Leadtools.Annotations.Rendering.AnnObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) Renders the content of an annotation object.
Leadtools.Annotations.Rendering.AnnPolylineObjectRenderer.UseSplineMode Gets or sets the value indicating whether to use spline curves instead of straight lines when rendering polylines.
Leadtools.Annotations.Rendering.AnnImageObjectRenderer Represents a renderer for the image annotation object.
Leadtools.Annotations.Rendering.AnnImageObjectRenderer (Constructor) Initializes a new instance of AnnImageObjectRenderer
Leadtools.Annotations.Rendering.AnnImageObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders an object.
Leadtools.Annotations.Rendering.AnnTextObjectRenderer.FixedPadding Indicate whether to use the padding value of the text object without any transformation.
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer Represents a renderer for the sticky note annotation object.
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders an object.
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Overrides RenderSelection.
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) Overrides RenderContent.
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer Represents a renderer for the text hilite annotation object.
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer Base class for all text review object renderers.
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer (Constructor) Initializes a new instance of AnnTextReviewObjectRenderer
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders an object.
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Renders the shape of a AnnTextReviewObject object.
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Overrides RenderSelection.
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) Overrides RenderContent.
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer (Constructor) Initializes a new instance of AnnTextHiliteObjectRenderer
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Overrides RenderShape
Leadtools.Annotations.Rendering.AnnTextRedactionObjectRenderer Represents a renderer for the text redaction annotation object.
Leadtools.Annotations.Rendering.AnnTextRedactionObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Overrides RenderShape
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer Represents a renderer for the text strikeout annotation object.
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer (Constructor) Initializes a new instance of AnnTextStrikeoutObjectRenderer
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Overrides RenderShape
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.Thickness Gets or sets the line thickness of each line as a percentage of the total rectangle height.
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.Position Gets or sets the position the line centered vertically as a percentage value of the total rectangle height.
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer Represents a renderer for the text underline annotation object.
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer (Constructor) Initializes a new instance of AnnTextUnderlineObjectRenderer
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Overrides RenderShape
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.Thickness Gets or sets the line thickness of each line as a percentage of the total rectangle height.
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.Position Gets or sets the position the line centered vertically as a percentage value of the total rectangle height.

Version Changes: 17.5 to 18

New Members

The following members have been added to the existing types:

Member Description
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Html.CanvasContext2D) Attaches this rendering engine to a container and a canvas context 2d.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.Detach Detaches this this drawing engine from the container.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine (Constructor) Initializes a new AnnHtml5RenderingEngine with the specified parameters.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.SetFont(Leadtools.Html.CanvasContext2D,Leadtools.Annotations.Core.AnnFont) Represents a helper method to set an AnnFont in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.MeasureTextHeight(Leadtools.Html.CanvasContext2D,Leadtools.Annotations.Core.AnnFont) Represents a helper method to measure the text height of an AnnFont in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.SetFill(Leadtools.Html.CanvasContext2D,Leadtools.Annotations.Core.AnnBrush) Represents a helper method to set an AnnBrush in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.SetStroke(Leadtools.Html.CanvasContext2D,Leadtools.Annotations.Core.AnnStroke) Represents a helper method to set an AnnStroke in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.DrawCurve(Leadtools.Html.CanvasContext2D,Leadtools.LeadPointD[],Double) Represents a helper method to draw a curve in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.DrawClosedCurve(Leadtools.Html.CanvasContext2D,Leadtools.LeadPointD[],Double) Represents a helper method to draw a closed curve in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.DrawEllipse(Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Represents a helper method to draw an ellipse in a HTML 5 canvas context.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) Measures the specified string when drawn with the specified font.
Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.GetTextSize(String,Leadtools.Annotations.Core.AnnFont,Leadtools.LeadSizeD) Helper method to get the text size using the specified parameters.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine Represents the annotation rendering engine implementation for the HTML 5 platform using SVG.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.ExportSvg(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnContainerMapper,Collections.Generic.Dictionary<Int32,Leadtools.Annotations.Core.IAnnObjectRenderer>) Helper method to export an annotation container and its objects as SVG.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.Render(Leadtools.LeadRectD,Boolean) Renders the container to the specified destination rectangle.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) Measures the specified string when drawn with the specified font.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Html.Element) Attaches this rendering engine to a container and a parent HTML element.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.Detach Detaches this this drawing engine from the container.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine (Constructor) Creates a new instance of AnnSvgRenderingEngine
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.Element Gets the destination parent HTML element to use when creating the SVG elements.
Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.Stateless Overrides AnnRenderingEngine.Stateless.
Leadtools.Annotations.Rendering.AnnObjectRenderer.EndClipPath(Object) Removes the current clipping path from the context.
Leadtools.Annotations.Rendering.AnnObjectRenderer.AddObject(Leadtools.Annotations.Core.AnnObject) Called by the state annotation rendering engine to add the element for this object.
Leadtools.Annotations.Rendering.AnnObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) Called by the state annotation rendering engine to remove the element for this object.
Leadtools.Annotations.Rendering.AnnHotspotObjectRenderer.ShowAtRunMode Gets a value that indicate whether to render this object if the container is in run mode.
Leadtools.Annotations.Rendering.AnnLabelRenderer.GetBounds(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) Gets the bound of the label.
Leadtools.Annotations.Rendering.AnnTextObjectRenderer.FlipReverseText Gets or sets a value that indicate whether the text inside the object is rendered flip or reversed when the object is orientation is changed.
Leadtools.Annotations.Rendering.AnnThumbStyle.RenderHitTest(Leadtools.LeadPointD,Leadtools.LeadPointD,Double,Leadtools.Annotations.Core.AnnContainerMapper) Queries the specified location to determine if a test point is over the thumb using the specified mapper.
Leadtools.Annotations.Rendering.AnnThumbStyle.AddPath(Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Draw the thumb shape.
Leadtools.Annotations.Rendering.AnnThumbStyle.IsVisible Gets or sets a value that indicate whether this thumb in visible.
Leadtools.Annotations.Rendering.AnnThumbStyle.Renderer Gets or sets the renderer for the parent object.
Leadtools.Annotations.Rendering.AnnRectangleThumbStyle.AddPath(Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Draw the thumb shape.
Leadtools.Annotations.Rendering.AnnEllipseThumbStyle.AddPath(Leadtools.Html.CanvasContext2D,Leadtools.LeadRectD) Draw the thumb shape.
Leadtools.Annotations.Rendering.AnnMediaObjectRenderer Represents a Canvas renderer for the cross product annotation objects.
Leadtools.Annotations.Rendering.AnnMediaObjectRenderer (Constructor) Initializes a new instance of AnnMediaObjectRenderer
Leadtools.Annotations.Rendering.AnnMediaObjectRenderer.ShowAtRunMode Gets a value that indicate whether to render this object if the container is in run mode.
Leadtools.Annotations.Rendering.AnnEncryptObjectRenderer Represents a Canvas renderer for the cross product annotation objects.
Leadtools.Annotations.Rendering.AnnEncryptObjectRenderer (Constructor) Initializes a new instance of AnnEncryptObjectRenderer
Leadtools.Annotations.Rendering.AnnEncryptObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders an object.
Leadtools.Annotations.Rendering.AnnSvgCrossProductObjectRenderer Represents an SVG renderer for the cross product annotation objects.
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer Represents an SVG renderer for the poly ruler annotation objects.
Leadtools.Annotations.Rendering.AnnSvgPolylineObjectRenderer Represents an SVG renderer for the polyline line annotation objects.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer Base class for all SVG object renderers.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer.CreateElement Create the SVG element for this object.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer.RemoveElementById(String) Helper method to remove an object from the SVG tree using an ID.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) Creates the SVG element for this object.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer.AddObject(Leadtools.Annotations.Core.AnnObject) Called by the state annotation rendering engine to add the element for this object.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) Called by the state annotation rendering engine to remove the element for this object.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders an object.
Leadtools.Annotations.Rendering.AnnSvgObjectRenderer.RenderLocked(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) Renders the lock portion of the object.
Leadtools.Annotations.Rendering.AnnSvgPolylineObjectRenderer (Constructor) Initializes a new instance of AnnSvgPolylineObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgPolylineObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgPolylineObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgPolylineObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer (Constructor) Initializes a new instance of AnnSvgPolyRulerObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer.DrawTickMarks(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadLengthD,Leadtools.Annotations.Core.AnnUnit,Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) Draws the tick marks portion of the ruler.
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer.DrawGauge(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadLengthD,Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) Draws the gauge portion of the ruler.
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer.DrawLengthText(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) Draws the length text of the ruler object.
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer.AddObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.AddObject
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgPolyRulerObjectRenderer.TickmarksId Gets or sets the element ID to use with the tickmarks.
Leadtools.Annotations.Rendering.AnnSvgCrossProductObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgCrossProductObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgCrossProductObjectRenderer (Constructor) Initializes new instance of the AnnSvgCrossProductObjectRenderer class.
Leadtools.Annotations.Rendering.AnnSvgCrossProductObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgCurveObjectRenderer Represents an SVG renderer for the curve annotation objects.
Leadtools.Annotations.Rendering.AnnSvgCurveObjectRenderer (Constructor) Initializes a new instance of AnnSvgCurveObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgCurveObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgEllipseObjectRenderer Represents an SVG renderer for the ellipse annotation objects.
Leadtools.Annotations.Rendering.AnnSvgEllipseObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgEllipseObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgEllipseObjectRenderer (Constructor) Initializes a new instance of AnnSvgEllipseObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgEllipseObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgEncryptObjectRenderer Represents an SVG renderer for the cross product annotation objects.
Leadtools.Annotations.Rendering.AnnSvgRectangleObjectRenderer Represents an SVG renderer for the rectangle annotation objects.
Leadtools.Annotations.Rendering.AnnSvgRectangleObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgRectangleObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgRectangleObjectRenderer (Constructor) Initializes a new instance of AnnSvgRectangleObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgRectangleObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgEncryptObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgEncryptObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgEncryptObjectRenderer (Constructor) Initializes a new instance of AnnSvgEncryptObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgEncryptObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgFreehandHotspotObjectRenderer Represents an SVG renderer for the free hand hotspot annotation objects.
Leadtools.Annotations.Rendering.AnnSvgFreehandHotspotObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgFreehandHotspotObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgFreehandHotspotObjectRenderer (Constructor) Initializes a new instance of AnnSvgFreehandHotspotObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgFreehandHotspotObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgHiliteObjectRenderer Represents an SVG renderer for the hilite annotation objects.
Leadtools.Annotations.Rendering.AnnSvgHiliteObjectRenderer (Constructor) Initializes a new instance of AnnSvgHiliteObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgHiliteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgHotspotObjectRenderer Represents an SVG renderer for the hotspot annotation objects.
Leadtools.Annotations.Rendering.AnnSvgHotspotObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgHotspotObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgHotspotObjectRenderer (Constructor) Initializes a new instance of AnnSvgHotspotObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgHotspotObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgHotspotObjectRenderer.ShowAtRunMode Gets a value that indicate whether to show this object at runtime mode.
Leadtools.Annotations.Rendering.AnnSvgMediaObjectRenderer Represents an SVG renderer for the cross product annotation objects.
Leadtools.Annotations.Rendering.AnnSvgMediaObjectRenderer (Constructor) Initializes a new instance of AnnSvgMediaObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgMediaObjectRenderer.ShowAtRunMode Gets a value that indicate whether to show this object at runtime mode.
Leadtools.Annotations.Rendering.AnnSvgNoteObjectRenderer Represents an SVG renderer for the note annotation object.
Leadtools.Annotations.Rendering.AnnSvgTextObjectRenderer Represents an SVG renderer for the text annotation object.
Leadtools.Annotations.Rendering.AnnSvgTextObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgTextObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgTextObjectRenderer (Constructor) Initializes a new instance of AnnSvgTextObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgTextObjectRenderer.GetTextSize(String,Leadtools.Annotations.Core.AnnFont,Leadtools.LeadSizeD) Gets the size of a string of text.
Leadtools.Annotations.Rendering.AnnSvgTextObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgTextObjectRenderer.FlipReverseText Gets or sets a value that indicate whether the text inside the object is rendered flip or reversed when the object is orientation is changed.
Leadtools.Annotations.Rendering.AnnSvgNoteObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgNoteObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgNoteObjectRenderer (Constructor) Initializes a new instance of AnnSvgNoteObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgNoteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgPointerObjectRenderer Represents an SVG renderer for the pointer annotation object.
Leadtools.Annotations.Rendering.AnnSvgPointerObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgPointerObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgPointerObjectRenderer (Constructor) Initializes a new instance of AnnSvgPointerObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgPointerObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgPointObjectRenderer Represents an SVG renderer for the point annotation object.
Leadtools.Annotations.Rendering.AnnSvgPointObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgPointObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgPointObjectRenderer (Constructor) Initializes a new instance of AnnSvgPointObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgPointObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer Represents an SVG renderer for the protractor annotation objects.
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer (Constructor) Initializes a new instance of AnnSvgProtractorObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer.GetAngleText(Double,Double,Leadtools.Annotations.Core.AnnAngularUnit,Collections.Generic.Dictionary<Leadtools.Annotations.Core.AnnAngularUnit,String>) Gets the text to use for the given angle.
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer.DrawArc(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Double,Double,Leadtools.LeadLengthD,Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) Draws the arc portion of the protractor object.
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer.DrawAngleText(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) Draws the angle text of the protractor object.
Leadtools.Annotations.Rendering.AnnSvgProtractorObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgRubberStampObjectRenderer Represents an SVG renderer for the rubber stamp annotation object.
Leadtools.Annotations.Rendering.AnnSvgRubberStampObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgRubberStampObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgRubberStampObjectRenderer (Constructor) Initializes a new instance of AnnSvgRubberStampObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgRubberStampObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgStampObjectRenderer Represents an SVG renderer for the stamp annotation object.
Leadtools.Annotations.Rendering.AnnSvgStampObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgStampObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgStampObjectRenderer (Constructor) Initializes a new instance of AnnSvgStampObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgStampObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgTextPointerObjectRenderer Represents an SVG renderer for the text pointer annotation object.
Leadtools.Annotations.Rendering.AnnSvgTextPointerObjectRenderer (Constructor) Initializes a new instance of AnnSvgTextPointerObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgTextPointerObjectRenderer.CreateObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.CreateObject.
Leadtools.Annotations.Rendering.AnnSvgTextPointerObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.RemoveObject
Leadtools.Annotations.Rendering.AnnSvgTextPointerObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) This class implementation of AnnSvgObjectRenderer.Render
Leadtools.Annotations.Rendering.AnnSvgTextRollupObjectRenderer Represents an SVG renderer for the text rollup annotation object.
Leadtools.Annotations.Rendering.AnnSvgTextRollupObjectRenderer (Constructor) Initializes a new instance of AnnSvgTextRollupObjectRenderer.
Leadtools.Annotations.Rendering.AnnSvgTextRollupObjectRenderer.GetRenderPoints(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Gets the points that must be rendered for this object.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle Base class for all SVG renderers thumb styles.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle (Constructor) Initializes a new AnnSvgThumbStyle
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.Clone Creates an exact copy of this AnnSvgThumbStyle.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.RenderHitTest(Leadtools.LeadPointD,Leadtools.LeadPointD,Double,Leadtools.Annotations.Core.AnnContainerMapper) Queries the specified location to determine if a test point is over the thumb using the specified mapper.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.HitTest(Leadtools.LeadPointD,Leadtools.LeadPointD,Double) Queries the specified location to determine if a test point is over the thumb.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.Render(Leadtools.Annotations.Core.IAnnObjectRenderer,Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Leadtools.Annotations.Core.AnnFixedStateOperations) Renders this thumb at the specified center location.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.Create Creates a new object of this class.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.AddPath(Leadtools.Html.Element,Leadtools.LeadRectD) Draw the thumb shape.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.Renderer Gets or sets the renderer for the parent object.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.Size Gets or sets the size of this thumb in container units.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.Fill Gets or sets the style to use for filling the thumb.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.Stroke Gets or sets the style to use for drawing the thumb.
Leadtools.Annotations.Rendering.AnnSvgThumbStyle.IsVisible Gets or sets a value that indicate whether this thumb in visible.
Leadtools.Annotations.Rendering.AnnSvgRectangleThumbStyle Rectangle thumb style.
Leadtools.Annotations.Rendering.AnnSvgRectangleThumbStyle (Constructor) Initializes a new instance of AnnSvgRectangleThumbStyle
Leadtools.Annotations.Rendering.AnnSvgRectangleThumbStyle.Create Returns a new instance of this class.
Leadtools.Annotations.Rendering.AnnSvgRectangleThumbStyle.AddPath(Leadtools.Html.Element,Leadtools.LeadRectD) Draw the thumb shape.
Leadtools.Annotations.Rendering.AnnSvgEllipseThumbStyle Ellipse thumb style.
Leadtools.Annotations.Rendering.AnnSvgEllipseThumbStyle (Constructor) Initializes a new instance of AnnSvgEllipseThumbStyle
Leadtools.Annotations.Rendering.AnnSvgEllipseThumbStyle.Create Returns a new instance of this class.
Leadtools.Annotations.Rendering.AnnSvgEllipseThumbStyle.AddPath(Leadtools.Html.Element,Leadtools.LeadRectD) Draw the thumb shape.

Leadtools.Annotations.Rendering JavaScript Changes from Version 17 to Version 17.5

New Library

The following library has been added to LEADTOOLS For .NET v17.5:

Namespace Description
Leadtools.Annotations.Rendering JavaScript Contains classes for rendering annotation objects.
© 1991-2015 LEAD Technologies, Inc. All Rights Reserved.